home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000364_news@columbia.edu_Tue Dec 6 01:52:16 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA23854
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 6 Dec 1994 18:51:01 -0500
  3. Received: by apakabar.cc.columbia.edu id AA08736
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 6 Dec 1994 18:50:59 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!hookup!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit 3.14-beta 14 and vt220 non-erasable characters
  9. Message-Id: <1994Dec6.075216.34631@cc.usu.edu>
  10. Date: 6 Dec 94 07:52:16 MDT
  11. References: <V9zukSng1OX5073yn@panix.com>
  12. Organization: Utah State University
  13. Lines: 19
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <V9zukSng1OX5073yn@panix.com>, ami@panix.com (Ami Bar-Yadin) writes:
  17. > There is a problem with the vt220 emulation of MS-DOS Kermit 3.14.
  18. > I downloaded the beta 14 version, specifically to test the feature
  19. > which DEC refers to as "non-erasable characters".
  20. > I prepared a small unix shell script to send the escape-sequences
  21. > and tested the response in Kermit and in Crosstalk mk4.
  22. > ---snip---
  23. > #!/usr/bin/ksh
  24. > fg="\033[2\"q"
  25. > bk="\033[1\"q"
  26. > cf="\033[?2J"
  27. > echo "${fg}foreground${bk}background${fg}foreground${bk}background${fg}${cf}"
  28. ----------
  29.     Correct. And it's fixed in beta-15. That beta is accumulating last
  30. minute bug reports and will be issued shortly.
  31.     Thanks,
  32.     Joe D.